shout3d.core
Class DiffuseMap

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseMap
              |
              +--shout3d.core.SingleTextureMap
                    |
                    +--shout3d.core.DiffuseMap

public class DiffuseMap
extends SingleTextureMap

DiffuseMap Node.


Fields inherited from class shout3d.core.SingleTextureMap
offsetUV, texture, textureMappingIndex
 
Fields inherited from class shout3d.core.BaseMap
bilinearFilteringEnabled, enabled
 
Constructor Summary
DiffuseMap()
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffuseMap

public DiffuseMap()